2811芯片跑马呼吸灯
.
├── 2811芯片跑马呼吸灯.zip
└── program-FadeInFadeOut
├── Project
│ ├── FadeInFadeOut.uvgui.conrun
│ ├── FadeInFadeOut.uvopt
│ ├── FadeInFadeOut.uvproj
│ ├── Listings
│ │ ├── FadeInFadeOut.lst
│ │ ├── FadeInFadeOut.m51
│ │ ├── Led.lst
│ │ ├── Main.lst
│ │ ├── WS2812.lst
│ │ ├── WS2812C.lst
│ │ └── ws2812f.lst
│ └── Objects
│ ├── FadeInFadeOut
│ ├── FadeInFadeOut.build_log.htm
│ ├── FadeInFadeOut.hex
│ ├── FadeInFadeOut.lnp
│ ├── FadeInFadeOut.obj
│ ├── HC89F0411P.hcf
│ ├── HC89F0411P1.hcf
│ ├── Led.obj
│ ├── MGY-AKM-4P.hcf
│ ├── MGY-AKM-4P.hex
│ ├── Main.__i
│ ├── Main.obj
│ ├── WS2812.obj
│ ├── WS2812C.__i
│ ├── ws2812f.__i
│ └── ws2812f.obj
├── include
│ ├── HC89F0411P.h
│ └── HC_DEFINE.h
├── user
│ ├── FadeInFadeOut.c
│ ├── FadeInFadeOut.h
│ ├── Led.c
│ ├── Led.h
│ ├── Main.c
│ ├── WS2812.c
│ ├── WS2812.h
│ ├── WS2812C.c
│ └── ws2812f.c
└── 淡入淡出5s.txt
6 directories, 39 files
评论